	/* CSS Document */
@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/GothamLight.eot');
    src: url('../fonts/GothamLight.eot') format('embedded-opentype'),
         url('../fonts/GothamLight.woff2') format('woff2'),
         url('../fonts/GothamLight.woff') format('woff'),
         url('../fonts/GothamLight.ttf') format('truetype'),
         url('../fonts/GothamLight.svg#GothamLight') format('svg');
}

@font-face {
	font-family: 'gotham_black';
	src: url('../fonts/gotham-black-webfont.eot');
	src: url('../fonts/gotham-black-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/gotham-black-webfont.woff2') format('woff2'),  url('../fonts/gotham-black-webfont.woff') format('woff'),  url('../fonts/gotham-black-webfont.ttf') format('truetype'),  url('../fonts/gotham-black-webfont.svg#gotham_blackregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gotham_bold';
	src: url('../fonts/gotham-bold-webfont.eot');
	src: url('../fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/gotham-bold-webfont.woff2') format('woff2'),  url('../fonts/gotham-bold-webfont.woff') format('woff'),  url('../fonts/gotham-bold-webfont.ttf') format('truetype'),  url('../fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gotham_medium';
	src: url('../fonts/gotham-medium-webfont.eot');
	src: url('../fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/gotham-medium-webfont.woff2') format('woff2'),  url('../fonts/gotham-medium-webfont.woff') format('woff'),  url('../fonts/gotham-medium-webfont.ttf') format('truetype'),  url('../fonts/gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'gotham_book';
    src: url('../fonts/gotham-book-webfont.eot');
    src: url('../fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-book-webfont.woff2') format('woff2'),
         url('../fonts/gotham-book-webfont.woff') format('woff'),
         url('../fonts/gotham-book-webfont.ttf') format('truetype'),
         url('../fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: 'gotham_book', sans-serif;
	overflow-x: hidden;
	color: #888888;
	font-weight: normal;
}
a:hover,a:focus,a:active{text-decoration: none;outline: none}
.container{
	width:100%;
	max-width:1260px
}
img{max-width: 100%; height: auto;}
b, strong {
	font-weight: normal;
	font-family: 'gotham_medium';
}
/*Headings*/
h1,h2,h3,h4,h5,h6{color: #221815;font-weight: normal;}
h1,.h1{
	font-size:42px; 
	padding-top:2%;
	margin-bottom: 1.5rem;
	
}
h2,.h2{
	font-size:50px;
	font-family: 'Libre Caslon Text';
	font-weight: normal;
}
h3,.h3{
	font-size:1.8rem;
}
.title-44{
	font-size:44px;font-weight: 800;
}
.title-16{font-size: 16px}
.text-17{font-size: 17px}
.title-20{font-size: 20px}
.title-21{font-size: 25px;font-weight: 800;}
.title-24{font-size: 24px}
.title-26{font-size: 26px;font-weight: 600;}
.sub-label{letter-spacing: 0.4rem;text-transform: uppercase; display: block;margin-bottom: 12px}
.title3{
	font-size:2rem
}
.bold{font-weight: 700}
.text-19{font-size: 19px}
.dark-blue{color: #2C406E}
.dark-black{color: #111111}
.gotham_medium{font-family: 'gotham_medium';}
.gotham_book{font-family: 'gotham_book';}
button, input, optgroup, select, textarea{
}
.skin-blue .sidebar-menu>li>.treeview-menu li {
    padding: 1px 0;
}
.skin-blue .sidebar-menu>li>.treeview-menu li {padding: 1px 0;}
.skin-blue .sidebar a img {margin-right: 5px !important;}
.skin-blue .sidebar-menu>li>a {padding: 8px 5px 8px 8px !Important;}
.white-rounded-box .title_container {justify-content: space-between;}
.white-rounded-box .title_container  .search {display: flex;}
.white-rounded-box .title_container  input#parameter {width: auto;}
.white-rounded-box .title_container .add_corporate { height: 100%; line-height: 1; margin-left: 16px; padding: 13px 20px; font-size: 16px; font-weight: 400 !important; }
.white-rounded-box .title_container  input#parameter::placeholder {
    font-size: 13px;
}
.skin-blue .sidebar-menu .treeview-menu li a {
    padding: 3px 15px !important;
}
.skin-blue .sidebar a img {
    width: 22px;
}
@media(min-width: 992px){
	.h_100{height: 100% !important;}
}
@media(max-width: 991px){
	h1,.h1{
		font-size:2.2rem;
	}
}
@media(max-width: 580px){
	h1,.h1{
		font-size:1.8rem;
	}
}
/*html,body{height: 100%;}*/
body{/*min-height: 100%;/*padding-bottom: 50px;*/position: relative; font-size: 17px;}

.hidden{display: none;}
/*Loader*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    visibility: visible;
    background-color: #ffffff
}
.loaded #loader-wrapper {
        visibility: hidden;
        -webkit-transform: translateY(-100%);  
            -ms-transform: translateY(-100%);  
                transform: translateY(-100%);     
        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;  
    }


/*Container*/

.container{
	max-width: 1440px;
	margin: auto;
}

@media (min-width: 992px){
	.container{
		padding-right: 30px;
		padding-left: 30px
	}
}
/*Buttons*/
.rounded-btn{border-radius:60px;border-radius:60px;padding-left: 20px; padding-right: 20px}

.btn{
	font-size:1.15rem;
	border: 0;
	font-weight: 800;
	border-radius:8px;
	-webkit-border-radius:8px;
	padding: 10px 20px;
	-webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
-o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
font-family: 'gotham_medium';
font-weight: normal;
}


.btn-primary{
	background:#F39600;
	color:#ffffff;
}
.btn-primary:hover{
	background:#FF9F04;
	color: #fff
}
.btn-group-sm > .btn, .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}
.btn-group-sm > .btn, .btn-md {
	padding: .25rem .8rem;
	font-size: 1.115rem;
	line-height: 1.5;
	border-radius: .2rem;
}
.btn-secondary{
	background: rgba(227, 232, 241, 1.0);
}
.badge{padding: 6px 8px;border-radius: 30px;}
.text-link{
	color:rgb(13,5,144);
}
.text-decoration-underline{text-decoration: underline;}
.small-btn-text{font-size: 1.15rem;}
.line-height-3{line-height: 3;}
.normal-btn{border-radius:8px;border-radius:8px;}
.btn-equal{min-width: 150px}
.btn.btn-equal-small{width: 94px;font-size: 12px;padding-left: 0;padding-right: 0;text-align: center;}
.btn.btn-equal-small-2{width: 76px;font-size: 12px;padding-left: 0;padding-right: 0;text-align: center;}
button:focus{outline: 0}

/*Background colors*/


/*Text Colors*/
.blue-text{color:#0FD3FB;}
.gray{color: rgb(112,112,112);}
.black-text{color: #000000}
.default-text-field{background: #fff !important;color: #222 !important;height: 30px}
.white-row{border-color: #ffffff}
.white-text{color:#fff}

i,em{font-style: italic;}
a{
	color: #20B4FD;
}
a:hover {
    color: inherit;
}
.light-blue{color: #20B4FD;}
.space90{padding-top: 90px;padding-bottom: 90px}
.space100{margin-top: 100px;}
/*Default responsive*/
.title-32{font-size: 32px}
@media (max-width: 767px){
.title2 {
    font-size: 1.5rem;
}
.title-44{font-size: 34px}
.space90{padding-top: 35px;padding-bottom: 35px}
.space100{margin-top: 20px;}

}
@media (max-width: 580px){
	.title-44,h2, .h2{font-size: 28px}
}
/*Login Screen*/
@media only screen and (min-width: 768px) and (orientation: landscape) {
.login-screen{
	height: 100vh;
	min-height: 580px;
}
}
.graphic-bg{
	background: url(../images/background.jpg) no-repeat center center;
	background-size: cover;
}
.gradient-bg,.gradient-btn{
background: rgb(15,211,251); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(15,211,251,1) 0%, rgba(48,151,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(15,211,251,1) 0%,rgba(48,151,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(15,211,251,1) 0%,rgba(48,151,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fd3fb', endColorstr='#3097ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
transition: all 0.2s;
-webkit-transition: all 0.2s;
}
.gradient-btn{
	text-transform: uppercase;
	font-weight: normal;
	height: 48px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 48px; font-size: 16px;
	color: #fff;
	font-family: 'gotham_medium';
}
.gradient-btn:hover,.gradient-btn:focus,.gradient-btn:active{
background: rgb(48,151,255); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(48,151,255,1) 0%, rgba(15,211,251,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(48,151,255,1) 0%,rgba(15,211,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(48,151,255,1) 0%,rgba(15,211,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3097ff', endColorstr='#0fd3fb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color: #fff;
}
.white-rounded-box{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #fff;
}
.shadow-1{
	box-shadow: 0 4px 20px rgba(44, 64, 110, 0.25);
	-webkit-box-shadow: 0 4px 20px rgba(44, 64, 110, 0.25);
}
.space-80{padding: 5%;}
.space-48{padding: 48px}
.full{width: 100%;}
/*Form*/
.form-control{
	border-radius: 0;
}
.default-field{
	height: 60px;
	border:0;
	border-bottom: 1px solid #DCE2E5;
}
.email{
	background: url(../images/message.svg) left center no-repeat;
	padding-left: 40px;
}
.password-field{
	background: url(../images/lock.svg) left center no-repeat;
	padding-left: 40px;
}

.user-field{
	background: url(../images/user.svg) left center no-repeat;
	padding-left: 40px;
}
.phone-field{
	background: url(../images/phone.svg) left center no-repeat;
	padding-left: 40px;
}
.skin-blue .main-header .navbar .nav > li > a{
	text-transform: capitalize;
}

@media (max-width:  767px){
	.navbar-nav{
		-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row
	}
	.navbar-custom-menu > .navbar-nav > li + li{
		padding-left: 20px;
	}
}
.is-fixed,.sticky {
	position: fixed;
	top: 20px;
}
.sidebar-collapse .sticky {
	width: 50px;
}
/*members page*/
.content-wrapper{    background-color: #f3f3f9;}
@media (min-width:  768px){
.content-wrapper, .right-side, .main-footer,.main-header > .navbar{
	margin-left: 180px;
}
.content-wrapper{min-height: 100vh !important;}
.main-sidebar, .left-side{
	width: 180px;
}
}
.main-sidebar, .left-side{
	padding-top: 0;
}
.main-header .logo{
	width: 180px;
}
.main-screen{
    display: flex;
    flex-wrap: nowrap;
    min-height: 100vh;
    height: -webkit-fill-available;
    background: #f5f6fa;
}
.darkbg,.skin-blue .darkbg{
	background: #042444 !important;overflow: hidden;
}
.sidebar{
	width: 180px;
	position: relative;
}
.sidebar a{
	font-size: 17px;
	color: #fff;
}
.sidebar li{
	margin-bottom: 15px;
	margin-top: 15px;
}
.sidebar li a.nav-link.active{
	background: #021f3c;
	position: relative;
}
.sidebar li.active a.nav-link:before{
background: rgb(15,211,251); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(15,211,251,1) 0%, rgba(48,151,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(15,211,251,1) 0%,rgba(48,151,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(15,211,251,1) 0%,rgba(48,151,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fd3fb', endColorstr='#3097ff',GradientType=0 ); /* IE6-9 */
content: '';
position: absolute;
left: 0;
width: 4px;
height: 100%;
display: block;
top: 0;
}
.sidebar a img{
	margin-right: 16px;
}
.sidebar-menu .treeview-menu{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0s;
	-webkit-transition: all 0s;
	z-index: 0;
	display: block;
    background: #062a4e !important;padding: 5px 0px;
}
.sidebar li:hover>ul{
	opacity: 1;
	visibility: visible;
	left: 99%;
	z-index: 9;
}
.content-header>.breadcrumb{font-size: 13px;}
.content-header>.breadcrumb>li>a{color: #20B4FD;}
.content-header>.breadcrumb>li+li:before{color: #20B4FD; padding-left: 5px; padding-right: 3px;}
.sidebar-menu .treeview-menu > li{
	padding: 8px 0;
}
.dashboard_customer p.infodata { font-size: 15px !important; }
.flex-column {
	flex-direction: column !important;
}
.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a{
	background: transparent;
}
.skin-blue .sidebar-menu > li > a{
	border-left: 0;    font-size: 15px !important;
}
.skin-blue .sidebar-menu > li{ margin-bottom: 8px;margin-top: 8px;}
.dashboard_total span.info-box-text { font-weight: 400 !important; text-transform: capitalize; word-break: break-word; white-space: inherit; font-size: 12px; line-height: 1.4; color: #8c9097; }
.dashboard_total span.info-box-number.light-blue {
    color: #222;
}
.dashboard_customer .box-tools.pull-right span { font-weight: 500 !important; font-size: 14px; }
.sidebar-collapse aside.main-sidebar span.logo-lg img {
    width: 35px;
}
.dashboard_total {margin-bottom: 25px;    -webkit-box-shadow: 0 1px 2px rgba(56,65,74,.15);
    box-shadow: 0 1px 2px rgba(56,65,74,.15); border-radius: 4px;
}
.dashboard_total span.info-box-icon i svg {    fill: #fff;
    width: 20px;
}

.dashboard_page .col-lg-3.col-6:first-child i {
    background: #845adf;
}
.dashboard_page .col-lg-3.col-6:nth-child(2) i {
    background: #23b7e5;
}
.dashboard_page .col-lg-3.col-6:nth-child(3) i {
    background: #f5b849;
}
.dashboard_page .col-lg-3.col-6:last-child i {
    background: #26bf94;
}

.dashboard_customer .white-rounded-box.shadow-1{-webkit-box-shadow: 0 1px 2px rgba(56,65,74,.15);
    box-shadow: 0 1px 2px rgba(56,65,74,.15);}
.dashboard_total span.info-box-icon {display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
}
.dashboard_total span.info-box-icon i { background: #dff0fa; width: 40px; height: 40px; font-size: 25px; color: #0e64a7; border-radius: 4px; display: flex; align-items: center; justify-content: center; }
/*Main container*/
.main-container{
	flex: 1;
	position: relative;
}
.navbar-expand-sm .navbar-toggler{
	display: block;
}
.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 0px solid transparent;
	border-radius: .25rem;
	display: block;
}
.navbar-toggler-icon {
	position: relative;
	width: 25px;
	margin: 15px 0;
}
.navbar-toggler-icon span {
	opacity: 1;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 10px;
	color: black;
	background-color: #717A84;
	position: absolute;
	transform: rotate(0deg);
	transition: .4s ease-in-out;
}
.navbar-toggler-icon span:nth-child(1) {
	top: 0;
}
.navbar-toggler-icon span:nth-child(2) {
	top: 9px;
	width: 80%;
}
.navbar-toggler-icon span:nth-child(3) {
	top: 18px;
}
.top-header,.skin-blue .main-header .navbar{
	background: #fff;
	padding: 5px 15px;
	box-shadow: 0 4px 12px rgba(44, 64, 110, 0.08);
	-webkit-box-shadow: 0 4px 12px rgba(44, 64, 110, 0.08);
}
.top-header a,.skin-blue .main-header .navbar .nav > li > a{font-size: 15px;color: #717A84;}
.top-header a:hover,.skin-blue .main-header .navbar .nav > li > a:hover,.skin-blue .main-header .navbar .nav .open > a{
	color: #20B4FD!important;
	background: transparent !important;
}
.skin-blue .main-header .navbar .nav > li > a img {
    height: 35px;
}
.top-header .dropdown-menu{
	right: 0;
	left: inherit;
}
.info{position: absolute;right: 5px;top: 5px;background: #FB3434;width: 6px;height: 6px;border-radius: 15px;-webkit-border-radius: 15px;}
.search-bar {
	width: 100%;
	max-width: 440px;
	margin-left: 15px;
}
.search .form-control{
	background: url(../images/magnifying.svg) no-repeat 96% center;
	height: 42px;
	border: 1px solid #DCE2E5;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-size: 18px;
	font-size: 14px;
}
.open>.dropdown-menu{
	display: block;
}

/*Table*/
.no-after:after{display: none !important;}
.table .thead-dark th {color: #fff;background-color: #042444;border-color: #042444;font-family: 'gotham_medium';font-weight: normal;border: 0;white-space: nowrap;}
.table .thead-dark th a{color: #fff;}
.seprate-table{font-size: 17px;border-spacing: 0 15px;border-collapse: separate;}
.table.seprate-table tr th:first-child{border-radius: 8px 0 0 8px;}
.table.seprate-table tr  th:last-child{border-radius: 0 8px 8px 0;}
.table.seprate-table td:first-child {border-left: 1px solid #DCE2E5;border-radius: 8px 0 0 8px; padding-left: 20px;	}
.table.seprate-table td:last-child {border-right: 1px solid #DCE2E5;border-radius: 0 8px 8px 0;}
.table.seprate-table tbody td{border-top: 1px solid #DCE2E5;border-bottom: 1px solid #DCE2E5;vertical-align: middle;transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;font-size: 15px;}
.table-hover.seprate-table tbody tr:hover {background-color:#fff;}
/*.table-hover.seprate-table tbody tr:hover {background-color:#fff;box-shadow: 0 4px 20px rgba(44, 64, 110, 0.25);-webkit-box-shadow: 0 4px 20px rgba(44, 64, 110, 0.25);}*/

.seprate-table tbody tr{border-spacing: 8px 0;}
.seprate-table tbody td:nth-child(2) img {width: 50px;height: 50px; object-fit: cover; border-radius: 50%;margin-right: 10px;}
.dropdown-right-table{box-shadow: 0 4px 20px rgba(44, 64, 110, 0.25);-webkit-box-shadow: 0 4px 20px rgba(44, 64, 110, 0.25);right: 0 !important;left: inherit !important;border-radius: 8px;border: 0;}
.dropdown-right-table a{padding-top: 12px;padding-bottom: 12px;color: #717A84;}
.dropdown-right-table a:hover{background: #F3F5F6;color: #20B4FD;}
.pic{width: 40px;height: 40px;border-radius: 50px;-webkit-border-radius: 50px;overflow: hidden;}
.pagination{justify-content: center;}
ul.pagination{margin-top: 40px;}
/*table page heading and form*/
::-webkit-scrollbar {
      width: 8px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #042444; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0e4174; 
}

/*Member Details*/
.user-pic{
	padding: 35px;
	text-align: center;
}
.user-pic img{
	object-fit: cover;
	width: 148px;
	height: 148px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 10px solid rgba(32, 180, 253, .1);
}
.custom-tabs-nav.nav-tabs{
	border-bottom: 0;
}
.custom-tabs-nav.nav-tabs li{margin-right: 9px; margin-bottom: 9px;}
.custom-tabs-nav.nav-tabs .nav-link{
	font-size: 15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #ffffff;
	color: #717A84;
}
.custom-tabs-nav.nav-tabs .active .nav-link{
	background: rgb(15,211,251); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(15,211,251,1) 0%, rgba(48,151,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(15,211,251,1) 0%,rgba(48,151,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(15,211,251,1) 0%,rgba(48,151,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fd3fb', endColorstr='#3097ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
	font-family: 'gotham_medium';
}
.box{
	box-shadow: 0 4px 20px rgba(44, 64, 110, 0.25);
	-webkit-box-shadow: 0 4px 20px rgba(44, 64, 110, 0.25);
	background: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	position: relative;
	min-height: 160px;
	height: 100%;
	overflow: hidden;
}
.box .btns,.box .title-16{position: relative;z-index: 1;}
.video-pic{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	z-index:0;
}
.light-gray{color: #9AA8C7;}
.add-new{
	background: #f6f7fa;
	border: 2px dashed #e7e9ec;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.main-footer{display: none}
/*.content-wrapper{min-height: inherit !important}*/
.info-box-icon{background: transparent}
.checklist{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.checklist li{
	font-size: 15px;
	background: url(../images/check.png) no-repeat left 6px;
	background-size: 16px;
	padding-left: 28px;
	margin-bottom: 10px;
	min-height: 20px;
}
.checklist li a{color: #999;}
.checklist li a:hover{color: #20B4FD;}
.infodata{}
video {
	width: 100%;
	height: auto;
}
.listing-type-2 li{
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important; 
	justify-content: space-between !important;
}


/*customers_detail*/
.customers_detailsidebar a.btn, .custdetail_page input.btn.gradient-btn{
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400 !important;
        height: auto !important;
    line-height: inherit;
}

table#example1.seprate-table td a.btn.btn-large {
    padding: 0;
}
.table.seprate-table td:last-child a#deleteCustomerModal:active {
    background: transparent;
}
.table-nav ul.dropdown-menu li a:active {
    color: #777;
}
.corpordetail_page ul.list-unstyled .control-label {color: #3a3a3a; font-weight: 600;}
.corpordetail_page .corporates_pdf {margin-right: 20px;}

.shadow-normal{-webkit-box-shadow: 0 1px 2px rgba(56,65,74,.15) !important; box-shadow: 0 1px 2px rgba(56,65,74,.15) !important;}
form#updatecustomerPassword label.control-label { color: #404040; font-weight: 600; margin: 10px 0 0; }
form.form-horizontal .input-container strong {color: #181818; font-size: 14px;padding-bottom: 5px;display: block; text-transform: capitalize;}
.overflow-hide{overflow: hidden !important;}
.font-16{font-size: 16px !important;}
.font-18{font-size: 18px !important;}
.bg-primary_deal{background: #1fb5fd !important;}